home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / ArpOpen < prev    next >
Text File  |  1990-06-22  |  978b  |  67 lines

  1.  
  2.  
  3.  
  4.      ArpOpen(31.0)      ARP Programmers Manual     ArpOpen(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       ArpOpen - Open a file    and track it.
  10.  
  11.      SYNOPSIS
  12.       FileHandle = ArpOpen("name", accessmode)
  13.           d0         d1       d2
  14.  
  15.      FUNCTION
  16.       This function    is equivalent to the AmigaDOS Open(), except
  17.       that this function will remember that    the file is open when
  18.       you do a CloseLibrary(ArpBase) and close it for you.
  19.  
  20.      INPUTS
  21.       name - pointer to a null terminated string.
  22.  
  23.       accessmode - pointer to a valid AmigaDOS access mode.
  24.  
  25.      RESULT
  26.       FileHandle - a BPTR to a filehandle, or NULL
  27.  
  28.       TRACKER - Pointer to the tracker in A1, or in    LastTracker
  29.           variable if calling from 'C'.
  30.  
  31.      REMEMBER
  32.       You must call    FreeTrackedItem(TRACKER), ArpExit() or
  33.       CloseLibrary() to free this resource.
  34.  
  35.      BUGS
  36.       None known.
  37.  
  38.      SEE ALSO
  39.       FreeTrackedItem(), ArpExit(),    OpenLibrary(), CloseLibrary()
  40.       dos.doc/Open
  41.  
  42.      AUTHOR
  43.       SDB
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.